Session

Undocumented in source.

Constructors

this
this(SessionStorage sessionStorage)
Undocumented in source.
this
this(string sessionId, SessionStorage sessionStorage)
Undocumented in source.

Members

Functions

get
string get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get(string key, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
keys
string[] keys()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
sessionId
string sessionId()
Undocumented in source. Be warned that the author may not have intended to support it.
set
Session set(string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta